Make computed value of border-width 0 if border-style none
authorAlexander Larsson <alexl@redhat.com>
Thu, 24 Nov 2011 17:38:53 +0000 (18:38 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 25 Nov 2011 14:36:08 +0000 (15:36 +0100)
commitc276f53796158d2ed025861f9d9e10eaeee3a279
tree6e2a30f21654e40496a5a314b39aed06b4608b18
parent91dcf4000bf80bbacc0394c88993e2c2fbe69905
Make computed value of border-width 0 if border-style none

From the css docs at http://www.w3.org/TR/CSS2/box.html:

    8.5.1 Border width: 'border-top-width', 'border-right-width', 'border-bottom-width',
    'border-left-width', and 'border-width'

    Computed value:   absolute length; '0' if the border style is 'none' or 'hidden'
gtk/gtkstylecontext.c